projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d96e974
df19160
)
Auto merge of #1122 - alexcrichton:issue-1119, r=brson
author
bors
<bors@rust-lang.org>
Thu, 8 Jan 2015 19:35:06 +0000
(19:35 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 8 Jan 2015 19:35:06 +0000
(19:35 +0000)
It looks like tags don't always point to tag objects, but rather sometimes to
commits themselves. This tweaks the peeling logic for tags to find an *object*
first, and then peel to a commit, rather than finding a tag first and then
peeling.
Closes #1119
1
2
src/cargo/sources/git/utils.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/cargo/sources/git/utils.rs
Simple merge